home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFCONFIG / TFCONFIG.txt
Encoding:
Text File  |  2004-12-18  |  48.9 KB  |  1,628 lines

  1. object fConfig: TfConfig
  2.   Left = 218
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configuration Screen'
  7.   ClientHeight = 452
  8.   ClientWidth = 780
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object PageControl3: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 780
  26.     Height = 452
  27.     ActivePage = TabSheet6
  28.     Align = alClient
  29.     HotTrack = True
  30.     Images = fMain.ImageList1
  31.     MultiLine = True
  32.     TabOrder = 0
  33.     OnChange = PageControl3Change
  34.     object TabSheet6: TTabSheet
  35.       Caption = 'Editor Options'
  36.       ImageIndex = 113
  37.       object GroupBox34: TGroupBox
  38.         Left = 1
  39.         Top = 2
  40.         Width = 768
  41.         Height = 167
  42.         Caption = 'Editor Options'
  43.         TabOrder = 0
  44.         object Label2: TLabel
  45.           Left = 296
  46.           Top = 20
  47.           Width = 137
  48.           Height = 17
  49.           Alignment = taRightJustify
  50.           AutoSize = False
  51.           Caption = 'Gutter Width '
  52.         end
  53.         object Label10: TLabel
  54.           Left = 296
  55.           Top = 44
  56.           Width = 137
  57.           Height = 17
  58.           Alignment = taRightJustify
  59.           AutoSize = False
  60.           Caption = 'Block indent '
  61.         end
  62.         object CheckBox2: TCheckBox
  63.           Left = 8
  64.           Top = 85
  65.           Width = 273
  66.           Height = 17
  67.           Caption = 'Use Gutter'
  68.           TabOrder = 0
  69.           OnClick = CheckBox2Click
  70.         end
  71.         object CheckBox3: TCheckBox
  72.           Left = 8
  73.           Top = 53
  74.           Width = 273
  75.           Height = 17
  76.           Caption = 'Use Linenumbers'
  77.           TabOrder = 1
  78.           OnClick = CheckBox3Click
  79.         end
  80.         object CheckBox4: TCheckBox
  81.           Left = 8
  82.           Top = 69
  83.           Width = 273
  84.           Height = 17
  85.           Caption = 'Use Syntax Highlighting'
  86.           TabOrder = 2
  87.           OnClick = CheckBox4Click
  88.         end
  89.         object CheckBox5: TCheckBox
  90.           Left = 8
  91.           Top = 37
  92.           Width = 273
  93.           Height = 17
  94.           Caption = 'Show Scroll Hint'
  95.           TabOrder = 3
  96.           OnClick = CheckBox5Click
  97.         end
  98.         object CheckBox7: TCheckBox
  99.           Left = 8
  100.           Top = 21
  101.           Width = 273
  102.           Height = 17
  103.           Caption = 'Auto Indent'
  104.           TabOrder = 4
  105.           OnClick = CheckBox7Click
  106.         end
  107.         object SpinEdit2: TSpinEdit
  108.           Left = 441
  109.           Top = 18
  110.           Width = 49
  111.           Height = 21
  112.           MaxValue = 0
  113.           MinValue = 0
  114.           TabOrder = 5
  115.           Value = 30
  116.           OnChange = SpinEdit2Change
  117.         end
  118.         object SpinEdit3: TSpinEdit
  119.           Left = 441
  120.           Top = 40
  121.           Width = 49
  122.           Height = 21
  123.           MaxValue = 0
  124.           MinValue = 0
  125.           TabOrder = 6
  126.           Value = 8
  127.           OnChange = SpinEdit3Change
  128.         end
  129.         object CheckBox9: TCheckBox
  130.           Left = 8
  131.           Top = 142
  132.           Width = 155
  133.           Height = 17
  134.           Caption = 'Use Margin'
  135.           TabOrder = 7
  136.           OnClick = CheckBox9Click
  137.         end
  138.         object SpinEdit4: TSpinEdit
  139.           Left = 166
  140.           Top = 140
  141.           Width = 49
  142.           Height = 21
  143.           MaxValue = 0
  144.           MinValue = 0
  145.           TabOrder = 8
  146.           Value = 80
  147.           OnChange = SpinEdit4Change
  148.         end
  149.         object CheckBox10: TCheckBox
  150.           Left = 8
  151.           Top = 117
  152.           Width = 753
  153.           Height = 17
  154.           Caption = 'Show Special Characters (Tabs, spaces, enters etc ...)'
  155.           TabOrder = 9
  156.           OnClick = CheckBox10Click
  157.         end
  158.         object CheckBox11: TCheckBox
  159.           Left = 8
  160.           Top = 101
  161.           Width = 273
  162.           Height = 17
  163.           Caption = 'Tabs To Spaces'
  164.           TabOrder = 10
  165.           OnClick = CheckBox11Click
  166.         end
  167.       end
  168.       object GroupBox4: TGroupBox
  169.         Left = 1
  170.         Top = 177
  171.         Width = 768
  172.         Height = 156
  173.         Caption = 'Editor FontStyle'
  174.         Color = clBtnFace
  175.         ParentColor = False
  176.         TabOrder = 1
  177.         object SpeedButton13: TSpeedButton
  178.           Left = 432
  179.           Top = 34
  180.           Width = 89
  181.           Height = 21
  182.           Caption = 'Clear'
  183.           OnClick = SpeedButton13Click
  184.         end
  185.         object Label29: TLabel
  186.           Left = 8
  187.           Top = 19
  188.           Width = 70
  189.           Height = 12
  190.           Caption = 'Current Font :'
  191.           Font.Charset = DEFAULT_CHARSET
  192.           Font.Color = clBlue
  193.           Font.Height = -9
  194.           Font.Name = 'Verdana'
  195.           Font.Style = []
  196.           ParentFont = False
  197.           Visible = False
  198.         end
  199.         object SpeedButton11: TSpeedButton
  200.           Left = 432
  201.           Top = 86
  202.           Width = 89
  203.           Height = 21
  204.           Caption = 'Clear'
  205.           OnClick = SpeedButton11Click
  206.         end
  207.         object Label11: TLabel
  208.           Left = 8
  209.           Top = 72
  210.           Width = 147
  211.           Height = 12
  212.           Caption = 'Edit window background color'
  213.         end
  214.         object CBFont: TRzFontComboBox
  215.           Left = 8
  216.           Top = 34
  217.           Width = 281
  218.           Height = 20
  219.           FontType = ftFixedPitch
  220.           ItemHeight = 16
  221.           TabOrder = 0
  222.           OnClick = CBFontClick
  223.           OnCloseUp = CBFontCloseUp
  224.           OnDropDown = CBFontDropDown
  225.         end
  226.         object FontSize: TSpinEdit
  227.           Left = 360
  228.           Top = 34
  229.           Width = 65
  230.           Height = 21
  231.           MaxValue = 0
  232.           MinValue = 0
  233.           TabOrder = 1
  234.           Value = 8
  235.           OnChange = FontSizeChange
  236.         end
  237.         object Panel7: TPanel
  238.           Left = 295
  239.           Top = 35
  240.           Width = 59
  241.           Height = 19
  242.           BevelOuter = bvLowered
  243.           TabOrder = 2
  244.           OnClick = Panel7Click
  245.         end
  246.         object Panel6: TPanel
  247.           Left = 8
  248.           Top = 86
  249.           Width = 417
  250.           Height = 21
  251.           BevelOuter = bvLowered
  252.           ParentShowHint = False
  253.           ShowHint = False
  254.           TabOrder = 3
  255.           OnClick = Panel6Click
  256.         end
  257.         object ComboBox1: TComboBox
  258.           Left = 8
  259.           Top = 128
  260.           Width = 361
  261.           Height = 20
  262.           ItemHeight = 12
  263.           TabOrder = 4
  264.           Text = 'Select Character Set ...'
  265.           OnChange = ComboBox1Change
  266.           Items.Strings = (
  267.             'ANSI_CHARSET'
  268.             'DEFAULT_CHARSET'
  269.             'SYMBOL_CHARSET'
  270.             'MAC_CHARSET'
  271.             'SHIFTJIS_CHARSET'
  272.             'HANGEUL_CHARSET'
  273.             'JOHAB_CHARSET'
  274.             'GB2312_CHARSET'
  275.             'CHINESEBIG5_CHARSET'
  276.             'GREEK_CHARSET'
  277.             'TURKISH_CHARSET'
  278.             'VIETNAMESE_CHARSET'
  279.             'HEBREW_CHARSET'
  280.             'ARABIC_CHARSET'
  281.             'BALTIC_CHARSET'
  282.             'RUSSIAN_CHARSET'
  283.             'THAI_CHARSET'
  284.             'EASTEUROPE_CHARSET'
  285.             'OEM_CHARSET')
  286.         end
  287.       end
  288.       object GroupBox8: TGroupBox
  289.         Left = 1
  290.         Top = 333
  291.         Width = 767
  292.         Height = 87
  293.         Caption = 'Text Styles'
  294.         TabOrder = 2
  295.         object Label8: TLabel
  296.           Left = 8
  297.           Top = 57
  298.           Width = 753
  299.           Height = 24
  300.           AutoSize = False
  301.           Caption = 
  302.             'Text styles are used when text is added. The program will use th' +
  303.             'is as you default settings.'
  304.           WordWrap = True
  305.         end
  306.         object Label20: TLabel
  307.           Left = 8
  308.           Top = 18
  309.           Width = 70
  310.           Height = 12
  311.           Caption = 'Current Font :'
  312.           Font.Charset = DEFAULT_CHARSET
  313.           Font.Color = clBlue
  314.           Font.Height = -9
  315.           Font.Name = 'Verdana'
  316.           Font.Style = []
  317.           ParentFont = False
  318.           Visible = False
  319.         end
  320.         object RzFontComboBox1: TRzFontComboBox
  321.           Left = 8
  322.           Top = 33
  323.           Width = 272
  324.           Height = 20
  325.           FontName = 'Verdana'
  326.           ItemHeight = 16
  327.           TabOrder = 0
  328.           OnClick = RzFontComboBox1Click
  329.           OnCloseUp = RzFontComboBox1CloseUp
  330.           OnDropDown = RzFontComboBox1DropDown
  331.         end
  332.         object SpinEdit1: TSpinEdit
  333.           Left = 281
  334.           Top = 32
  335.           Width = 49
  336.           Height = 21
  337.           MaxValue = 0
  338.           MinValue = 0
  339.           TabOrder = 1
  340.           Value = 2
  341.           OnChange = SpinEdit1Change
  342.         end
  343.       end
  344.     end
  345.     object TabSheet9: TTabSheet
  346.       Caption = 'Operations'
  347.       ImageIndex = 114
  348.       object SpeedButton10: TSpeedButton
  349.         Left = 10
  350.         Top = 355
  351.         Width = 311
  352.         Height = 22
  353.         Caption = 'Clear History of Last opened files'
  354.         OnClick = SpeedButton10Click
  355.       end
  356.       object GroupBox9: TGroupBox
  357.         Left = 8
  358.         Top = 142
  359.         Width = 760
  360.         Height = 51
  361.         Caption = 'Messages'
  362.         TabOrder = 0
  363.         object CheckBox1: TCheckBox
  364.           Left = 8
  365.           Top = 20
  366.           Width = 745
  367.           Height = 17
  368.           Caption = 'Notify to save before closing a document'
  369.           Checked = True
  370.           State = cbChecked
  371.           TabOrder = 0
  372.           OnClick = CheckBox1Click
  373.         end
  374.       end
  375.       object GroupBox6: TGroupBox
  376.         Left = 8
  377.         Top = 86
  378.         Width = 760
  379.         Height = 51
  380.         Caption = 'Visual Style'
  381.         TabOrder = 1
  382.         object CheckBox12: TCheckBox
  383.           Left = 8
  384.           Top = 20
  385.           Width = 745
  386.           Height = 17
  387.           Caption = 'Use XP Look'
  388.           Checked = True
  389.           State = cbChecked
  390.           TabOrder = 0
  391.           OnClick = CheckBox12Click
  392.         end
  393.       end
  394.       object GroupBox10: TGroupBox
  395.         Left = 8
  396.         Top = 198
  397.         Width = 760
  398.         Height = 51
  399.         Caption = 'Startup Options'
  400.         TabOrder = 2
  401.         object CheckBox13: TCheckBox
  402.           Left = 8
  403.           Top = 20
  404.           Width = 745
  405.           Height = 17
  406.           Caption = 'Show document manager on startup'
  407.           Checked = True
  408.           State = cbChecked
  409.           TabOrder = 0
  410.           OnClick = CheckBox13Click
  411.         end
  412.       end
  413.       object GroupBox1: TGroupBox
  414.         Left = 8
  415.         Top = 10
  416.         Width = 761
  417.         Height = 71
  418.         Caption = 'Filemanager options'
  419.         TabOrder = 3
  420.         object CheckBox8: TCheckBox
  421.           Left = 9
  422.           Top = 19
  423.           Width = 744
  424.           Height = 17
  425.           Caption = 'Double click to open a file.'
  426.           Checked = True
  427.           State = cbChecked
  428.           TabOrder = 0
  429.           OnClick = CheckBox8Click
  430.         end
  431.         object CheckBox6: TCheckBox
  432.           Left = 9
  433.           Top = 40
  434.           Width = 280
  435.           Height = 17
  436.           Caption = 'Do not open the same file twice'
  437.           TabOrder = 1
  438.           OnClick = CheckBox6Click
  439.         end
  440.       end
  441.       object GroupBox13: TGroupBox
  442.         Left = 8
  443.         Top = 256
  444.         Width = 233
  445.         Height = 89
  446.         Caption = 'Bracket matching'
  447.         TabOrder = 4
  448.         object Label9: TLabel
  449.           Left = 7
  450.           Top = 49
  451.           Width = 90
  452.           Height = 12
  453.           Caption = '&Foreground Color:'
  454.           Enabled = False
  455.         end
  456.         object Label13: TLabel
  457.           Left = 105
  458.           Top = 49
  459.           Width = 93
  460.           Height = 12
  461.           Caption = 'Bac&kground Color:'
  462.           Enabled = False
  463.         end
  464.         object Panel9: TPanel
  465.           Left = 8
  466.           Top = 64
  467.           Width = 89
  468.           Height = 19
  469.           BevelOuter = bvLowered
  470.           Enabled = False
  471.           TabOrder = 0
  472.           OnClick = Panel9Click
  473.         end
  474.         object Panel10: TPanel
  475.           Left = 104
  476.           Top = 64
  477.           Width = 89
  478.           Height = 19
  479.           BevelOuter = bvLowered
  480.           Enabled = False
  481.           TabOrder = 1
  482.           OnClick = Panel10Click
  483.         end
  484.         object CheckBox14: TCheckBox
  485.           Left = 8
  486.           Top = 24
  487.           Width = 65
  488.           Height = 17
  489.           Caption = 'Enabled'
  490.           TabOrder = 2
  491.           OnClick = CheckBox14Click
  492.         end
  493.       end
  494.     end
  495.     object TabSheet10: TTabSheet
  496.       Caption = 'Language Configuration'
  497.       ImageIndex = 78
  498.       object GroupBox11: TGroupBox
  499.         Left = 6
  500.         Top = 8
  501.         Width = 763
  502.         Height = 81
  503.         Caption = 'Language Pack'
  504.         TabOrder = 0
  505.         object SpeedButton5: TSpeedButton
  506.           Left = 736
  507.           Top = 16
  508.           Width = 23
  509.           Height = 20
  510.           Caption = '...'
  511.           OnClick = SpeedButton5Click
  512.         end
  513.         object Label31: TLabel
  514.           Left = 8
  515.           Top = 40
  516.           Width = 721
  517.           Height = 33
  518.           AutoSize = False
  519.           Caption = 
  520.             'This is your translation module with will be used to set Matrix ' +
  521.             'Y2K to your selected language'
  522.           Font.Charset = DEFAULT_CHARSET
  523.           Font.Color = clWindowText
  524.           Font.Height = -9
  525.           Font.Name = 'Verdana'
  526.           Font.Style = []
  527.           ParentFont = False
  528.           WordWrap = True
  529.         end
  530.         object Edit10: TEdit
  531.           Left = 9
  532.           Top = 16
  533.           Width = 720
  534.           Height = 20
  535.           TabOrder = 0
  536.         end
  537.       end
  538.       object GroupBox2: TGroupBox
  539.         Left = 6
  540.         Top = 103
  541.         Width = 763
  542.         Height = 66
  543.         Caption = 'Choose Default Helpfile Language'
  544.         TabOrder = 1
  545.         object SpeedButton12: TSpeedButton
  546.           Left = 736
  547.           Top = 24
  548.           Width = 23
  549.           Height = 20
  550.           Caption = '...'
  551.           OnClick = SpeedButton12Click
  552.         end
  553.         object Edit7: TEdit
  554.           Left = 9
  555.           Top = 24
  556.           Width = 720
  557.           Height = 20
  558.           TabOrder = 0
  559.         end
  560.       end
  561.     end
  562.     object TabSheet11: TTabSheet
  563.       Caption = 'Path Configuration'
  564.       ImageIndex = 105
  565.       object PageControl1: TPageControl
  566.         Left = 0
  567.         Top = 0
  568.         Width = 772
  569.         Height = 423
  570.         ActivePage = TabSheet1
  571.         Align = alClient
  572.         TabOrder = 0
  573.         object TabSheet1: TTabSheet
  574.           Caption = 'FTP Path'
  575.           object GroupBox3: TGroupBox
  576.             Left = 6
  577.             Top = 16
  578.             Width = 755
  579.             Height = 71
  580.             Caption = 'FTP Path'
  581.             TabOrder = 0
  582.             object Label6: TLabel
  583.               Left = 8
  584.               Top = 40
  585.               Width = 737
  586.               Height = 25
  587.               AutoSize = False
  588.               Caption = 
  589.                 'FTP Path is used to store the path to your favorite FTP program ' +
  590.                 'so that you can launch it from within Matrix Y2K'
  591.               WordWrap = True
  592.             end
  593.             object SpeedButton6: TSpeedButton
  594.               Left = 608
  595.               Top = 16
  596.               Width = 23
  597.               Height = 20
  598.               Caption = '...'
  599.               OnClick = SpeedButtn6Click
  600.             end
  601.             object Edit4: TEdit
  602.               Left = 9
  603.               Top = 16
  604.               Width = 584
  605.               Height = 20
  606.               TabOrder = 0
  607.               OnChange = Edit4Change
  608.             end
  609.           end
  610.         end
  611.         object TabSheet2: TTabSheet
  612.           Caption = 'GFX Editor'
  613.           ImageIndex = 1
  614.           object GroupBox12: TGroupBox
  615.             Left = 6
  616.             Top = 16
  617.             Width = 755
  618.             Height = 71
  619.             Caption = 'GFX Editor'
  620.             TabOrder = 0
  621.             object Label7: TLabel
  622.               Left = 8
  623.               Top = 40
  624.               Width = 737
  625.               Height = 25
  626.               AutoSize = False
  627.               Caption = 'Here you can choose you graphics editor.'
  628.               WordWrap = True
  629.             end
  630.             object SpeedButton20: TSpeedButton
  631.               Left = 608
  632.               Top = 16
  633.               Width = 23
  634.               Height = 20
  635.               Caption = '...'
  636.               OnClick = SpeedButton20Click
  637.             end
  638.             object Edit11: TEdit
  639.               Left = 9
  640.               Top = 16
  641.               Width = 584
  642.               Height = 20
  643.               TabOrder = 0
  644.               OnChange = Edit11Change
  645.             end
  646.           end
  647.         end
  648.         object TabSheet4: TTabSheet
  649.           Caption = 'Browsers'
  650.           ImageIndex = 2
  651.           object GroupBox7: TGroupBox
  652.             Left = 14
  653.             Top = 8
  654.             Width = 739
  655.             Height = 353
  656.             Caption = 'Browser Path'
  657.             TabOrder = 0
  658.             object Label4: TLabel
  659.               Left = 8
  660.               Top = 39
  661.               Width = 625
  662.               Height = 50
  663.               AutoSize = False
  664.               Caption = 
  665.                 'Browser Path is used to store the path to your favorite browser ' +
  666.                 'so you can launch it from within Matrix Y2K'
  667.               WordWrap = True
  668.             end
  669.             object SpeedButton8: TSpeedButton
  670.               Left = 608
  671.               Top = 16
  672.               Width = 23
  673.               Height = 20
  674.               Caption = '...'
  675.               OnClick = SpeedButton8Click
  676.             end
  677.             object Label3: TLabel
  678.               Left = 8
  679.               Top = 96
  680.               Width = 69
  681.               Height = 12
  682.               Caption = 'Browser List :'
  683.               Color = clBtnFace
  684.               Font.Charset = DEFAULT_CHARSET
  685.               Font.Color = clBlue
  686.               Font.Height = -9
  687.               Font.Name = 'Verdana'
  688.               Font.Style = []
  689.               ParentColor = False
  690.               ParentFont = False
  691.             end
  692.             object Label5: TLabel
  693.               Left = 314
  694.               Top = 232
  695.               Width = 322
  696.               Height = 12
  697.               Alignment = taRightJustify
  698.               AutoSize = False
  699.               Caption = 'Double click on a browser to remove it !'
  700.               Font.Charset = DEFAULT_CHARSET
  701.               Font.Color = clRed
  702.               Font.Height = -9
  703.               Font.Name = 'Verdana'
  704.               Font.Style = []
  705.               ParentFont = False
  706.             end
  707.             object SpeedButton7: TSpeedButton
  708.               Left = 8
  709.               Top = 226
  710.               Width = 281
  711.               Height = 22
  712.               Caption = 'Set selected browser as default'
  713.               Glyph.Data = {
  714.                 76010000424D7601000000000000760000002800000020000000100000000100
  715.                 04000000000000010000120B0000120B00001000000000000000000000000000
  716.                 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  717.                 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  718.                 555555555555555555555555555555555555555555FF55555555555559055555
  719.                 55555555577FF5555555555599905555555555557777F5555555555599905555
  720.                 555555557777FF5555555559999905555555555777777F555555559999990555
  721.                 5555557777777FF5555557990599905555555777757777F55555790555599055
  722.                 55557775555777FF5555555555599905555555555557777F5555555555559905
  723.                 555555555555777FF5555555555559905555555555555777FF55555555555579
  724.                 05555555555555777FF5555555555557905555555555555777FF555555555555
  725.                 5990555555555555577755555555555555555555555555555555}
  726.               NumGlyphs = 2
  727.               OnClick = SpeedButton7Click
  728.             end
  729.             object Edit5: TEdit
  730.               Left = 9
  731.               Top = 16
  732.               Width = 592
  733.               Height = 20
  734.               TabOrder = 0
  735.               OnChange = Edit5Change
  736.             end
  737.             object ListBox3: TListBox
  738.               Left = 7
  739.               Top = 112
  740.               Width = 632
  741.               Height = 113
  742.               ItemHeight = 12
  743.               ParentShowHint = False
  744.               ShowHint = True
  745.               TabOrder = 1
  746.               OnDblClick = ListBox3DblClick
  747.             end
  748.           end
  749.         end
  750.         object TabSheet5: TTabSheet
  751.           Caption = 'Elements'
  752.           ImageIndex = 3
  753.           object GroupBox5: TGroupBox
  754.             Left = 6
  755.             Top = 16
  756.             Width = 755
  757.             Height = 71
  758.             Caption = 'Elements File'
  759.             TabOrder = 0
  760.             object Label12: TLabel
  761.               Left = 8
  762.               Top = 40
  763.               Width = 737
  764.               Height = 25
  765.               AutoSize = False
  766.               Caption = 'The elements file is used to load elements :)'
  767.               WordWrap = True
  768.             end
  769.             object SpeedButton4: TSpeedButton
  770.               Left = 608
  771.               Top = 16
  772.               Width = 23
  773.               Height = 20
  774.               Caption = '...'
  775.               OnClick = SpeedButton4Click
  776.             end
  777.             object Edit1: TEdit
  778.               Left = 9
  779.               Top = 16
  780.               Width = 584
  781.               Height = 20
  782.               TabOrder = 0
  783.               OnChange = Edit1Change
  784.             end
  785.           end
  786.         end
  787.       end
  788.     end
  789.     object TabSheet3: TTabSheet
  790.       Caption = 'Code Inside'
  791.       ImageIndex = 61
  792.       object Splitter1: TSplitter
  793.         Left = 321
  794.         Top = 0
  795.         Width = 3
  796.         Height = 423
  797.         Cursor = crHSplit
  798.       end
  799.       object PanelKeysCodeInside: TPanel
  800.         Left = 0
  801.         Top = 0
  802.         Width = 321
  803.         Height = 423
  804.         Align = alLeft
  805.         BevelOuter = bvNone
  806.         TabOrder = 0
  807.         object ListView1: TListView
  808.           Left = 0
  809.           Top = 0
  810.           Width = 321
  811.           Height = 398
  812.           Align = alClient
  813.           Columns = <
  814.             item
  815.               Caption = 'Key'
  816.               Width = 150
  817.             end
  818.             item
  819.               Caption = 'Comments'
  820.               Width = 450
  821.             end>
  822.           ReadOnly = True
  823.           RowSelect = True
  824.           TabOrder = 0
  825.           ViewStyle = vsReport
  826.           OnClick = ListView1Click
  827.         end
  828.         object Panel1: TPanel
  829.           Left = 0
  830.           Top = 398
  831.           Width = 321
  832.           Height = 25
  833.           Align = alBottom
  834.           TabOrder = 1
  835.           object SpeedButton3: TSpeedButton
  836.             Left = 34
  837.             Top = 2
  838.             Width = 32
  839.             Height = 22
  840.             Flat = True
  841.             Glyph.Data = {
  842.               36030000424D3603000000000000360000002800000010000000100000000100
  843.               18000000000000030000C30E0000C30E00000000000000000000FFFFFFFFFFFF
  844.               FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  845.               FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6C6C6A2A1A17C7B7B7C7B7B6F
  846.               6E6E5B5B5B595959636363575757A3A3A3F2F2F2FFFFFFFFFFFFFFFFFFF2F2F2
  847.               7A7979ACABABE2E2E2C2C2C2C8C7C78785854646466666669695954747471A1A
  848.               1A3535358B8B8BF3F3F3FFFFFFE1E1E1686666B8B6B6CFCFCF9C9898CAC9C94C
  849.               4C4C676767838282727272373737161616222222222222484848FFFFFFE1E1E1
  850.               626060A4A2A2CFCFCF9C9898CAC9C94F4F4F858585B2B2B24D4D4D6060604141
  851.               411F1F1F222222484848FFFFFFE1E1E1626060A4A2A2CFCFCF9C9898CAC9C95A
  852.               5A5AA2A0A0D2D2D2A7A7A76767676B6B6B2F2F2F5F5F5FF3F3F3FFFFFFE1E1E1
  853.               626060A4A2A2CFCFCF9C9898CAC9C9646464C8C7C7F4F4F4F5F5F57171714040
  854.               40B4B4B4FFFFFFFFFFFFFFFFFFE1E1E1626060A4A2A2CFCFCF9C9898CAC9C963
  855.               6363E2E2E2EEEEEEFFFFFFD5D5D56B6B6BF7F7F7FFFFFFFFFFFFFFFFFFE1E1E1
  856.               666464ACACACC0C5C79191918A8A8A616060A9A9A9CED0D1DEDFDF7E7F7FCFCF
  857.               CFFFFFFFFFFFFFFFFFFFFFFFFFA49A9A737373C9C9C9D6D6D6CCCCCCB4B3B39D
  858.               9C9C545454535353404040B8B8B8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F7F7F
  859.               B9B9B96666665959597171715D5D5D646363747474737373535353FFFFFFFFFF
  860.               FFFFFFFFFFFFFFFFFFFFFFFFFF6E6E6E6B6B6B838383E5E5E5A5A5A5D8D8D8AE
  861.               ADADB8B8B8595959595959FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2D2D2
  862.               797979616161A7A7A7989898686868C5C5C5B7B7B7A3A3A3B6B6B6FFFFFFFFFF
  863.               FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCFCFCADADADA2A2A24848485A5A5A6A
  864.               6969C2C2C2D3D3D3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  865.               FFFFFFFFFFFFDEDEDEE2E2E2CFCFCFFFFFFFDEDEDEFFFFFFFFFFFFFFFFFFFFFF
  866.               FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  867.               FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  868.             ParentShowHint = False
  869.             ShowHint = True
  870.             OnClick = SpeedButton3Click
  871.           end
  872.           object SpeedButton9: TSpeedButton
  873.             Left = 66
  874.             Top = 2
  875.             Width = 32
  876.             Height = 22
  877.             Flat = True
  878.             Glyph.Data = {
  879.               76010000424D7601000000000000760000002800000020000000100000000100
  880.               04000000000000010000130B0000130B00001000000010000000000000000000
  881.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  882.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  883.               333333333333337FF3333333333333903333333333333377FF33333333333399
  884.               03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  885.               99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  886.               99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  887.               03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  888.               33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  889.               33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  890.               3333777777333333333333333333333333333333333333333333}
  891.             NumGlyphs = 2
  892.             ParentShowHint = False
  893.             ShowHint = True
  894.             OnClick = SpeedButton9Click
  895.           end
  896.           object SpeedButton14: TSpeedButton
  897.             Left = 98
  898.             Top = 2
  899.             Width = 32
  900.             Height = 22
  901.             Flat = True
  902.             Glyph.Data = {
  903.               76010000424D7601000000000000760000002800000020000000100000000100
  904.               04000000000000010000130B0000130B00001000000010000000000000000000
  905.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  906.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  907.               33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  908.               FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  909.               00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73331030F0800
  910.               F0F033377F7F737737373331100FFFFFFFF03FF7777F3FF3FFF70111910F00F0
  911.               00007777777F7737777701999910FFF0FF0377777777FF37F3730199999108F0
  912.               F033777777777337F73301999910FFF0033377777777FFF77333011191000000
  913.               3333777777777777333333311033333333333337773333333333333103333333
  914.               3333333773333333333333303333333333333337333333333333}
  915.             NumGlyphs = 2
  916.             ParentShowHint = False
  917.             ShowHint = True
  918.             OnClick = SpeedButton14Click
  919.           end
  920.           object SpeedButton2: TSpeedButton
  921.             Left = 2
  922.             Top = 0
  923.             Width = 32
  924.             Height = 24
  925.             Flat = True
  926.             Glyph.Data = {
  927.               76010000424D7601000000000000760000002800000020000000100000000100
  928.               04000000000000010000130B0000130B00001000000010000000000000000000
  929.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  930.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  931.               33333333FF33333333FF333993333333300033377F3333333777333993333333
  932.               300033F77FFF3333377739999993333333333777777F3333333F399999933333
  933.               33003777777333333377333993333333330033377F3333333377333993333333
  934.               3333333773333333333F333333333333330033333333F33333773333333C3333
  935.               330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  936.               993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  937.               333333333337733333FF3333333C333330003333333733333777333333333333
  938.               3000333333333333377733333333333333333333333333333333}
  939.             NumGlyphs = 2
  940.             ParentShowHint = False
  941.             ShowHint = True
  942.             OnClick = SpeedButton2Click
  943.           end
  944.         end
  945.       end
  946.       object Panel3: TPanel
  947.         Left = 324
  948.         Top = 0
  949.         Width = 448
  950.         Height = 423
  951.         Align = alClient
  952.         BevelOuter = bvNone
  953.         TabOrder = 1
  954.         object Panel5: TPanel
  955.           Left = 0
  956.           Top = 0
  957.           Width = 448
  958.           Height = 22
  959.           Align = alTop
  960.           BevelOuter = bvNone
  961.           TabOrder = 0
  962.           object SpeedButton1: TSpeedButton
  963.             Left = 256
  964.             Top = 0
  965.             Width = 192
  966.             Height = 22
  967.             Anchors = [akTop, akRight]
  968.             Caption = 'Insert a File'
  969.             Flat = True
  970.             Glyph.Data = {
  971.               36040000424D3604000000000000360000002800000010000000100000000100
  972.               2000000000000004000000000000000000000000000000000000FF00FF00FF00
  973.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  974.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  975.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  976.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  977.               FF00FF00FF000000000000000000000000000000000000000000000000000000
  978.               0000000000000000000000000000000000000000000000000000FF00FF00FF00
  979.               FF00009C9C00009C9C00009C9C00009C9C00009C9C00009C9C00009C9C00009C
  980.               9C00009C9C00009C9C00009C9C00009C9C000000000000000000FF00FF00FF00
  981.               FF00009C9C00FFFFFF009CCEFF009CFFFF009CCEFF009CFFFF009CCEFF009CCE
  982.               FF009CCEFF009CCEFF0063CECE00009C9C000000000000000000FF00FF00009C
  983.               9C00FFFFFF009CFFFF009CFFFF009CCEFF009CFFFF009CCEFF009CFFFF009CCE
  984.               FF009CCEFF009CCEFF0063CECE0000000000009C9C0000000000FF00FF00009C
  985.               9C00FFFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CCEFF009CFF
  986.               FF009CCEFF009CCEFF00009C9C0000000000009C9C0000000000009C9C00FFFF
  987.               FF009CFFFF009CFFFF009CFFFF009CFFFF009CCEFF009CFFFF009CFFFF009CCE
  988.               FF009CFFFF0063CECE000000000063CECE0063CECE0000000000009C9C00FFFF
  989.               FF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CCEFF009CFF
  990.               FF009CCEFF0063CECE000000000063CECE0063CECE0000000000009C9C00009C
  991.               9C00009C9C00009C9C00009C9C00009C9C00009C9C00009C9C00009C9C00009C
  992.               9C00009C9C00009C9C0063CECE009CFFFF0063CECE0000000000FF00FF00009C
  993.               9C00FFFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFF
  994.               FF009CFFFF009CFFFF009CFFFF009CFFFF0063CECE0000000000FF00FF00009C
  995.               9C00FFFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFF
  996.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0063CECE0000000000FF00FF00009C
  997.               9C00FFFFFF009CFFFF009CFFFF009CFFFF009CFFFF009CFFFF00FFFFFF00009C
  998.               9C00009C9C00009C9C00009C9C00009C9C00009C9C00FF00FF00FF00FF00FF00
  999.               FF00009C9C00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00009C9C00FF00
  1000.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1001.               FF00FF00FF00009C9C00009C9C00009C9C00009C9C00009C9C00FF00FF00FF00
  1002.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1003.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1004.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
  1005.             OnClick = SpeedButton1Click
  1006.           end
  1007.           object ToolBar2: TToolBar
  1008.             Left = 0
  1009.             Top = 0
  1010.             Width = 110
  1011.             Height = 22
  1012.             Align = alLeft
  1013.             AutoSize = True
  1014.             ButtonHeight = 18
  1015.             ButtonWidth = 108
  1016.             Caption = 'ToolBar2'
  1017.             EdgeBorders = []
  1018.             EdgeInner = esLowered
  1019.             Flat = True
  1020.             Indent = 2
  1021.             List = True
  1022.             ShowCaptions = True
  1023.             TabOrder = 0
  1024.             object ToolButton10: TToolButton
  1025.               Left = 2
  1026.               Top = 0
  1027.               Caption = 'Change Highlighter'
  1028.               DropdownMenu = HighLighterPopUp
  1029.               Style = tbsDropDown
  1030.               OnClick = ToolButton10Click
  1031.             end
  1032.           end
  1033.           object ToolBar1: TToolBar
  1034.             Left = 595
  1035.             Top = 0
  1036.             Width = 53
  1037.             Height = 22
  1038.             Align = alNone
  1039.             Anchors = [akTop, akRight]
  1040.             AutoSize = True
  1041.             Caption = 'ToolBar1'
  1042.             EdgeBorders = []
  1043.             EdgeInner = esNone
  1044.             EdgeOuter = esNone
  1045.             Flat = True
  1046.             List = True
  1047.             TabOrder = 1
  1048.             object ToolButton1: TToolButton
  1049.               Left = 0
  1050.               Top = 0
  1051.               ImageIndex = 7
  1052.             end
  1053.             object ToolButton3: TToolButton
  1054.               Left = 23
  1055.               Top = 0
  1056.               Width = 7
  1057.               Caption = 'ToolButton3'
  1058.               ImageIndex = 2
  1059.               Style = tbsDivider
  1060.             end
  1061.             object ToolButton2: TToolButton
  1062.               Left = 30
  1063.               Top = 0
  1064.               ImageIndex = 6
  1065.             end
  1066.           end
  1067.         end
  1068.         object StatusBar2: TStatusBar
  1069.           Left = 0
  1070.           Top = 404
  1071.           Width = 448
  1072.           Height = 19
  1073.           Panels = <
  1074.             item
  1075.               Width = 100
  1076.             end
  1077.             item
  1078.               Width = 80
  1079.             end
  1080.             item
  1081.               Width = 80
  1082.             end
  1083.             item
  1084.               Alignment = taCenter
  1085.               Width = 50
  1086.             end
  1087.             item
  1088.               Width = 50
  1089.             end>
  1090.           SimplePanel = False
  1091.         end
  1092.         object CISMemo: TSynEdit
  1093.           Left = 0
  1094.           Top = 22
  1095.           Width = 448
  1096.           Height = 336
  1097.           Align = alClient
  1098.           Font.Charset = DEFAULT_CHARSET
  1099.           Font.Color = clWindowText
  1100.           Font.Height = -13
  1101.           Font.Name = 'Courier New'
  1102.           Font.Style = []
  1103.           PopupMenu = PopupMenu1
  1104.           TabOrder = 2
  1105.           OnKeyDown = CISMemoKeyDown
  1106.           Gutter.Font.Charset = DEFAULT_CHARSET
  1107.           Gutter.Font.Color = clWindowText
  1108.           Gutter.Font.Height = -11
  1109.           Gutter.Font.Name = 'Courier New'
  1110.           Gutter.Font.Style = []
  1111.           OnChange = CISMemoChange
  1112.           OnSpecialLineColors = CISMemoSpecialLineColors
  1113.           OnStatusChange = CISMemoStatusChange
  1114.           OnPaintTransient = CISMemoPaintTransient
  1115.         end
  1116.         object Panel11: TPanel
  1117.           Left = 0
  1118.           Top = 358
  1119.           Width = 448
  1120.           Height = 46
  1121.           Align = alBottom
  1122.           BevelInner = bvRaised
  1123.           BevelOuter = bvLowered
  1124.           TabOrder = 3
  1125.           Visible = False
  1126.           object SaveCodeInside: TSpeedButton
  1127.             Left = 411
  1128.             Top = 19
  1129.             Width = 32
  1130.             Height = 22
  1131.             Flat = True
  1132.             Glyph.Data = {
  1133.               36040000424D3604000000000000360000002800000010000000100000000100
  1134.               2000000000000004000000000000000000000000000000000000FF00FF00FF00
  1135.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1136.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1137.               FF009C0021009C0021009C0021009C0021009C0021009C0021009C0021009C00
  1138.               21009C0021009C0021009C0021009C0021009C002100FF00FF00FF00FF009C00
  1139.               21008C5A00008C5A0000F7EFEF008C5A00008C5A0000F7EFEF00F7EFEF00F7EF
  1140.               EF00F7EFEF00F7EFEF00F7EFEF008C5A00009C002100FF00FF00FF00FF009C00
  1141.               21008C5A00008C5A0000F7EFEF008C5A00008C5A0000F7EFEF00F7EFEF00F7EF
  1142.               EF00F7EFEF00F7EFEF00F7EFEF008C5A00009C002100FF00FF00FF00FF009C00
  1143.               21008C5A00008C5A0000F7EFEF00F7EFEF00F7EFEF00F7EFEF00F7EFEF00F7EF
  1144.               EF00F7EFEF00F7EFEF00F7EFEF008C5A00009C002100FF00FF00FF00FF009C00
  1145.               21008C5A00008C5A0000F7EFEF00F7EFEF00F7EFEF00F7EFEF00F7EFEF00F7EF
  1146.               EF00F7EFEF00F7EFEF00F7EFEF008C5A00009C002100FF00FF00FF00FF009C00
  1147.               21008C5A00008C5A00008C5A00008C5A00008C5A00008C5A00008C5A00008C5A
  1148.               00008C5A00008C5A00008C5A00008C5A00009C002100FF00FF00FF00FF009C00
  1149.               21008C5A00008C5A00009C0021009C0021009C0021009C0021009C0021009C00
  1150.               21009C0021009C0021008C5A00008C5A00009C002100FF00FF00FF00FF009C00
  1151.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1152.               FF00FFFFFF00FFFFFF009C0021008C5A00009C002100FF00FF00FF00FF009C00
  1153.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1154.               FF00FFFFFF00FFFFFF009C0021008C5A00009C002100FF00FF00FF00FF009C00
  1155.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1156.               FF00FFFFFF00FFFFFF009C0021008C5A00009C002100FF00FF00FF00FF009C00
  1157.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1158.               FF00FFFFFF00FFFFFF009C0021008C5A00009C002100FF00FF00FF00FF009C00
  1159.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1160.               FF00FFFFFF00FFFFFF009C0021009C0021009C002100FF00FF00FF00FF009C00
  1161.               21008C5A00009C002100FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1162.               FF00FFFFFF00FFFFFF009C002100FF00FF009C002100FF00FF00FF00FF009C00
  1163.               21009C0021009C0021009C0021009C0021009C0021009C0021009C0021009C00
  1164.               21009C0021009C0021009C0021009C0021009C002100FF00FF00FF00FF00FF00
  1165.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
  1166.               FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
  1167.             ParentShowHint = False
  1168.             ShowHint = True
  1169.             OnClick = SaveCodeInsideClick
  1170.           end
  1171.           object Label14: TLabel
  1172.             Left = 6
  1173.             Top = 5
  1174.             Width = 23
  1175.             Height = 12
  1176.             Caption = 'Key:'
  1177.           end
  1178.           object Label15: TLabel
  1179.             Left = 214
  1180.             Top = 5
  1181.             Width = 58
  1182.             Height = 12
  1183.             Caption = 'Comments:'
  1184.           end
  1185.           object Edit2: TEdit
  1186.             Left = 6
  1187.             Top = 20
  1188.             Width = 201
  1189.             Height = 20
  1190.             TabOrder = 0
  1191.             OnChange = Edit2Change
  1192.           end
  1193.           object Edit3: TEdit
  1194.             Left = 216
  1195.             Top = 20
  1196.             Width = 185
  1197.             Height = 20
  1198.             TabOrder = 1
  1199.             OnChange = Edit3Change
  1200.           end
  1201.         end
  1202.       end
  1203.     end
  1204.     object TabSheet7: TTabSheet
  1205.       Caption = 'Syntax Highlighting'
  1206.       ImageIndex = 65
  1207.       object Panel2: TPanel
  1208.         Left = 0
  1209.         Top = 0
  1210.         Width = 772
  1211.         Height = 81
  1212.         Align = alTop
  1213.         TabOrder = 0
  1214.         object Label1: TLabel
  1215.           Left = 8
  1216.           Top = 1
  1217.           Width = 59
  1218.           Height = 12
  1219.           Caption = '&Highlighter:'
  1220.           FocusControl = cbxHighlighterSelect
  1221.         end
  1222.         object Label22: TLabel
  1223.           Left = 8
  1224.           Top = 41
  1225.           Width = 49
  1226.           Height = 12
  1227.           Caption = 'A&ttribute:'
  1228.           FocusControl = cbxAttrSelect
  1229.         end
  1230.         object Label23: TLabel
  1231.           Left = 216
  1232.           Top = 1
  1233.           Width = 90
  1234.           Height = 12
  1235.           Caption = '&Foreground Color:'
  1236.         end
  1237.         object Label24: TLabel
  1238.           Left = 216
  1239.           Top = 41
  1240.           Width = 93
  1241.           Height = 12
  1242.           Caption = 'Bac&kground Color:'
  1243.         end
  1244.         object SpeedButton16: TSpeedButton
  1245.           Left = 312
  1246.           Top = 54
  1247.           Width = 89
  1248.           Height = 21
  1249.           Caption = 'Clear'
  1250.           OnClick = SpeedButton16Click
  1251.         end
  1252.         object SpeedButton15: TSpeedButton
  1253.           Left = 312
  1254.           Top = 15
  1255.           Width = 89
  1256.           Height = 21
  1257.           Caption = 'Clear'
  1258.           OnClick = SpeedButton15Click
  1259.         end
  1260.         object cbxHighlighterSelect: TComboBox
  1261.           Left = 8
  1262.           Top = 15
  1263.           Width = 201
  1264.           Height = 20
  1265.           Style = csDropDownList
  1266.           ItemHeight = 12
  1267.           TabOrder = 0
  1268.           OnChange = cbxHighlighterSelectChange
  1269.           Items.Strings = (
  1270.             'Cascading Style Sheet'
  1271.             'HTML'
  1272.             'JavaScript'
  1273.             'Perl'
  1274.             'PHP'
  1275.             'SQL'
  1276.             'Visual Basic'
  1277.             'XML')
  1278.         end
  1279.         object btnSaveToReg: TButton
  1280.           Left = 600
  1281.           Top = 49
  1282.           Width = 161
  1283.           Height = 25
  1284.           Caption = 'Sa&ve Highlighter Settings'
  1285.           Enabled = False
  1286.           TabOrder = 1
  1287.           OnClick = btnSaveToRegClick
  1288.         end
  1289.         object cbxAttrSelect: TComboBox
  1290.           Left = 8
  1291.           Top = 55
  1292.           Width = 201
  1293.           Height = 20
  1294.           Style = csDropDownList
  1295.           ItemHeight = 12
  1296.           TabOrder = 2
  1297.           OnChange = cbxAttrSelectChange
  1298.           Items.Strings = (
  1299.             'Assembler'
  1300.             'Comment'
  1301.             'Identifier'
  1302.             'Number'
  1303.             'Operator'
  1304.             'Pragma'
  1305.             'Preprocessor'
  1306.             'Reserved word'
  1307.             'Symbol'
  1308.             'Space'
  1309.             'String'
  1310.             'Variable')
  1311.         end
  1312.         object grbAttrStyle: TGroupBox
  1313.           Left = 422
  1314.           Top = 9
  1315.           Width = 171
  1316.           Height = 64
  1317.           Caption = ' Style '
  1318.           TabOrder = 3
  1319.           object cbStyleBold: TCheckBox
  1320.             Left = 16
  1321.             Top = 29
  1322.             Width = 33
  1323.             Height = 17
  1324.             Caption = 'B'
  1325.             Font.Charset = DEFAULT_CHARSET
  1326.             Font.Color = clWindowText
  1327.             Font.Height = -9
  1328.             Font.Name = 'Verdana'
  1329.             Font.Style = [fsBold]
  1330.             ParentFont = False
  1331.             TabOrder = 0
  1332.             OnClick = cbStyleBoldClick
  1333.           end
  1334.           object cbStyleStrikeOut: TCheckBox
  1335.             Left = 116
  1336.             Top = 29
  1337.             Width = 33
  1338.             Height = 17
  1339.             Caption = 'S'
  1340.             Font.Charset = DEFAULT_CHARSET
  1341.             Font.Color = clWindowText
  1342.             Font.Height = -9
  1343.             Font.Name = 'Verdana'
  1344.             Font.Style = [fsStrikeOut]
  1345.             ParentFont = False
  1346.             TabOrder = 3
  1347.             OnClick = cbStyleBoldClick
  1348.           end
  1349.           object cbStyleUnderline: TCheckBox
  1350.             Left = 84
  1351.             Top = 29
  1352.             Width = 31
  1353.             Height = 17
  1354.             Caption = 'U'
  1355.             Font.Charset = DEFAULT_CHARSET
  1356.             Font.Color = clWindowText
  1357.             Font.Height = -9
  1358.             Font.Name = 'Verdana'
  1359.             Font.Style = [fsUnderline]
  1360.             ParentFont = False
  1361.             TabOrder = 2
  1362.             OnClick = cbStyleBoldClick
  1363.           end
  1364.           object cbStyleItalic: TCheckBox
  1365.             Left = 48
  1366.             Top = 29
  1367.             Width = 28
  1368.             Height = 17
  1369.             Caption = 'I'
  1370.             Font.Charset = DEFAULT_CHARSET
  1371.             Font.Color = clWindowText
  1372.             Font.Height = -9
  1373.             Font.Name = 'Verdana'
  1374.             Font.Style = [fsItalic]
  1375.             ParentFont = False
  1376.             TabOrder = 1
  1377.             OnClick = cbStyleBoldClick
  1378.           end
  1379.         end
  1380.         object Button1: TButton
  1381.           Left = 600
  1382.           Top = 16
  1383.           Width = 161
  1384.           Height = 25
  1385.           Caption = 'Load File'
  1386.           TabOrder = 4
  1387.           OnClick = Button1Click
  1388.         end
  1389.         object Panel4: TPanel
  1390.           Left = 216
  1391.           Top = 16
  1392.           Width = 89
  1393.           Height = 19
  1394.           BevelOuter = bvLowered
  1395.           TabOrder = 5
  1396.           OnClick = Panel4Click
  1397.         end
  1398.         object Panel8: TPanel
  1399.           Left = 216
  1400.           Top = 56
  1401.           Width = 89
  1402.           Height = 19
  1403.           BevelOuter = bvLowered
  1404.           TabOrder = 6
  1405.           OnClick = Panel8Click
  1406.         end
  1407.       end
  1408.       object SynEdit1: TSynEdit
  1409.         Left = 0
  1410.         Top = 81
  1411.         Width = 772
  1412.         Height = 342
  1413.         Align = alClient
  1414.         Font.Charset = DEFAULT_CHARSET
  1415.         Font.Color = clWindowText
  1416.         Font.Height = -13
  1417.         Font.Name = 'Courier New'
  1418.         Font.Style = []
  1419.         TabOrder = 1
  1420.         Gutter.Font.Charset = DEFAULT_CHARSET
  1421.         Gutter.Font.Color = clWindowText
  1422.         Gutter.Font.Height = -11
  1423.         Gutter.Font.Name = 'Courier New'
  1424.         Gutter.Font.Style = []
  1425.         Highlighter = SynHTMLSyn1
  1426.         RightEdge = 0
  1427.         RightEdgeColor = clWhite
  1428.         OnStatusChange = SynEdit1StatusChange
  1429.         OnPaintTransient = SynEdit1PaintTransient
  1430.       end
  1431.     end
  1432.   end
  1433.   object ColorDialog1: TColorDialog
  1434.     Ctl3D = True
  1435.     Left = 644
  1436.     Top = 176
  1437.   end
  1438.   object HighLighterPopUp: TPopupMenu
  1439.     AutoHotkeys = maManual
  1440.     AutoLineReduction = maManual
  1441.     Left = 568
  1442.     Top = 143
  1443.     object HTML1: TMenuItem
  1444.       Caption = 'HTML'
  1445.       Checked = True
  1446.       OnClick = HTML1Click
  1447.     end
  1448.     object PHP1: TMenuItem
  1449.       Caption = 'PHP'
  1450.       OnClick = PHP1Click
  1451.     end
  1452.     object CSS1: TMenuItem
  1453.       Caption = 'CSS'
  1454.       OnClick = CSS1Click
  1455.     end
  1456.     object VBScript1: TMenuItem
  1457.       Caption = 'VBScript'
  1458.       OnClick = VBScript1Click
  1459.     end
  1460.     object JavaScript1: TMenuItem
  1461.       Caption = 'JavaScript'
  1462.       OnClick = JavaScript1Click
  1463.     end
  1464.     object SQL1: TMenuItem
  1465.       Caption = 'SQL'
  1466.       OnClick = SQL1Click
  1467.     end
  1468.     object XML1: TMenuItem
  1469.       Caption = 'XML'
  1470.       OnClick = XML1Click
  1471.     end
  1472.     object Perl1: TMenuItem
  1473.       Caption = 'Perl'
  1474.       OnClick = Perl1Click
  1475.     end
  1476.   end
  1477.   object PopupMenu1: TPopupMenu
  1478.     AutoHotkeys = maManual
  1479.     AutoLineReduction = maManual
  1480.     Images = fMain.ImageList1
  1481.     Left = 648
  1482.     Top = 128
  1483.     object Copy1: TMenuItem
  1484.       Action = fMain.ActionCopy
  1485.     end
  1486.     object Paste1: TMenuItem
  1487.       Action = fMain.ActionPaste
  1488.     end
  1489.     object Cut1: TMenuItem
  1490.       Action = fMain.ActionCut
  1491.     end
  1492.     object N8: TMenuItem
  1493.       Caption = '-'
  1494.     end
  1495.     object GotoLine1: TMenuItem
  1496.       Caption = 'Goto Line ...'
  1497.       ImageIndex = 89
  1498.       ShortCut = 16455
  1499.       OnClick = GotoLine1Click
  1500.     end
  1501.   end
  1502.   object SynCssSyn1: TSynCssSyn
  1503.     CommentAttri.Foreground = clGray
  1504.     NumberAttri.Foreground = clFuchsia
  1505.     KeyAttri.Foreground = clNavy
  1506.     StringAttri.Foreground = clBlue
  1507.     StringAttri.Style = [fsBold]
  1508.     SymbolAttri.Foreground = clNavy
  1509.     SymbolAttri.Style = [fsBold]
  1510.     Left = 320
  1511.     Top = 216
  1512.   end
  1513.   object SynVBScriptSyn1: TSynVBScriptSyn
  1514.     DefaultFilter = 'VBScript Files (*.vbs)|*.vbs'
  1515.     CommentAttri.Foreground = clTeal
  1516.     IdentifierAttri.Foreground = 6510397
  1517.     KeyAttri.Foreground = 4194432
  1518.     NumberAttri.Foreground = 7495745
  1519.     StringAttri.Foreground = clBlue
  1520.     Left = 460
  1521.     Top = 192
  1522.   end
  1523.   object SynPHPSyn1: TSynPHPSyn
  1524.     DefaultFilter = 
  1525.       'PHP Files (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.in' +
  1526.       'c'
  1527.     CommentAttri.Foreground = clGray
  1528.     KeyAttri.Foreground = 4194432
  1529.     NumberAttri.Foreground = 6046117
  1530.     SpaceAttri.Foreground = 8404992
  1531.     StringAttri.Foreground = 9987645
  1532.     SymbolAttri.Foreground = 5263169
  1533.     VariableAttri.Foreground = 9075285
  1534.     Left = 548
  1535.     Top = 195
  1536.   end
  1537.   object SynSQLSyn1: TSynSQLSyn
  1538.     DefaultFilter = 'SQL Files (*.sql)|*.sql'
  1539.     CommentAttri.Foreground = clSilver
  1540.     ExceptionAttri.Foreground = clRed
  1541.     FunctionAttri.Foreground = 8404992
  1542.     IdentifierAttri.Foreground = 5124469
  1543.     KeyAttri.Foreground = 8388672
  1544.     NumberAttri.Foreground = clGreen
  1545.     PLSQLAttri.Foreground = clAqua
  1546.     SQLPlusAttri.Foreground = 4194432
  1547.     StringAttri.Foreground = 8404992
  1548.     SymbolAttri.Foreground = 4210816
  1549.     TableNameAttri.Foreground = 8388672
  1550.     VariableAttri.Foreground = 14182329
  1551.     SQLDialect = sqlSybase
  1552.     Left = 460
  1553.     Top = 239
  1554.   end
  1555.   object SynHTMLSyn1: TSynHTMLSyn
  1556.     DefaultFilter = 'HTML Document (*.htm,*.html)|*.htm;*.html'
  1557.     AndAttri.Foreground = 12860584
  1558.     AndAttri.Style = []
  1559.     CommentAttri.Foreground = clGray
  1560.     IdentifierAttri.Foreground = 7564557
  1561.     IdentifierAttri.Style = []
  1562.     KeyAttri.Foreground = 4194432
  1563.     KeyAttri.Style = []
  1564.     SpaceAttri.Foreground = clBlack
  1565.     SymbolAttri.Foreground = 4194432
  1566.     SymbolAttri.Style = []
  1567.     TextAttri.Foreground = clBlack
  1568.     UndefKeyAttri.Style = []
  1569.     ValueAttri.Foreground = 12619107
  1570.     Left = 376
  1571.     Top = 240
  1572.   end
  1573.   object SynJScriptSyn1: TSynJScriptSyn
  1574.     DefaultFilter = 'JavaScript files (*.js)|*.js'
  1575.     CommentAttri.Foreground = clTeal
  1576.     IdentifierAttri.Foreground = 6510397
  1577.     IdentifierAttri.Style = [fsBold]
  1578.     KeyAttri.Foreground = 4194432
  1579.     EventAttri.Foreground = 16711808
  1580.     NumberAttri.Foreground = 7495745
  1581.     StringAttri.Foreground = 12619107
  1582.     SymbolAttri.Foreground = clGreen
  1583.     SymbolAttri.Style = [fsBold]
  1584.     Left = 376
  1585.     Top = 288
  1586.   end
  1587.   object SynXMLSyn1: TSynXMLSyn
  1588.     DefaultFilter = 
  1589.       'XML Document (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;' +
  1590.       '*.xslt;*.dtd'
  1591.     WantBracesParsed = False
  1592.     Left = 460
  1593.     Top = 287
  1594.   end
  1595.   object SynPerlSyn1: TSynPerlSyn
  1596.     DefaultFilter = 'Perl Files (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi'
  1597.     Left = 548
  1598.     Top = 259
  1599.   end
  1600.   object ActionList1: TActionList
  1601.     Left = 234
  1602.     Top = 89
  1603.     object CloseWindow: TAction
  1604.       Caption = 'CloseWindow'
  1605.       ShortCut = 27
  1606.       OnExecute = CloseWindowExecute
  1607.     end
  1608.   end
  1609.   object OpenDialog1: TJvOpenDialog
  1610.     DefaultExt = 'dci'
  1611.     Filter = 'Code Inside Files ( *.dci )|*.dci'
  1612.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  1613.     Height = 0
  1614.     Width = 0
  1615.     Left = 325
  1616.     Top = 91
  1617.   end
  1618.   object SaveDialog1: TJvSaveDialog
  1619.     DefaultExt = 'dci'
  1620.     Filter = 'Code Inside Files ( *.dci )|*.dci'
  1621.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  1622.     Height = 0
  1623.     Width = 0
  1624.     Left = 325
  1625.     Top = 147
  1626.   end
  1627. end
  1628.